home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WOF / WO_10_NT.EXE / WO.Z / Error.wod < prev    next >
Text File  |  1996-01-25  |  412b  |  20 lines

  1. /*
  2.  * Error.wod
  3.  *
  4.  * You may freely copy, distribute and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or implied, as to
  6.  * its fitness for any particular use.
  7.  *
  8.  * This is the declarations file for the Error page of the
  9.  * TimeOff application.
  10.  *
  11.  */
  12.  
  13. MESSAGE:WOString {
  14.     value = errorMessage;
  15. };
  16.  
  17. MAIN_PAGE:WOHyperLink {
  18.     action = mainPage;
  19.     string = "OK";
  20. };